home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / CMCD1004.ISO / Software / Shareware / Programare / gpssdk / GPS.NET Global Positioning SDK 1.4.6.msi / Data1.cab / Example_1.vbproj2 < prev    next >
Encoding:
Extensible Markup Language  |  2004-08-24  |  5.2 KB  |  136 lines

  1. ∩╗┐<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <PropertyGroup>
  3.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5.     <ProductVersion>8.0.40607</ProductVersion>
  6.     <SchemaVersion>2.0</SchemaVersion>
  7.     <ProjectGuid>{D2436DB9-66E6-44AD-88D3-4EF160D114CD}</ProjectGuid>
  8.     <OutputType>WinExe</OutputType>
  9.     <StartupObject>Example_1.My.MyApplication</StartupObject>
  10.     <RootNamespace>Example_1</RootNamespace>
  11.     <AssemblyName>Example 1</AssemblyName>
  12.     <MyType>WindowsForms</MyType>
  13.     <ApplicationIcon>GPS.NET.ico</ApplicationIcon>
  14.   </PropertyGroup>
  15.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16.     <DebugSymbols>true</DebugSymbols>
  17.     <DebugType>full</DebugType>
  18.     <DefineDebug>true</DefineDebug>
  19.     <DefineTrace>true</DefineTrace>
  20.     <IncrementalBuild>true</IncrementalBuild>
  21.     <OutputPath>bin\</OutputPath>
  22.     <DocumentationFile>Example 1.xml</DocumentationFile>
  23.     <NoWarn>42016,42017,42018,42019,42032</NoWarn>
  24.   </PropertyGroup>
  25.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26.     <DebugSymbols>false</DebugSymbols>
  27.     <DefineDebug>false</DefineDebug>
  28.     <DefineTrace>true</DefineTrace>
  29.     <IncrementalBuild>false</IncrementalBuild>
  30.     <Optimize>true</Optimize>
  31.     <OutputPath>bin\</OutputPath>
  32.     <DocumentationFile>Example 1.xml</DocumentationFile>
  33.     <NoWarn>42016,42017,42018,42019,42032</NoWarn>
  34.   </PropertyGroup>
  35.   <ItemGroup>
  36.     <Reference Include="StormSource.Gps, Version=1.4.3600.6, Culture=neutral, PublicKeyToken=3ed3cdf4fdda3400, processorArchitecture=MSIL">
  37.       <HintPath>..\..\bin\StormSource.Gps.dll</HintPath>
  38.       <SpecificVersion>False</SpecificVersion>
  39.     </Reference>
  40.     <Reference Include="System" />
  41.     <Reference Include="System.Data" />
  42.     <Reference Include="System.Deployment" />
  43.     <Reference Include="System.Drawing" />
  44.     <Reference Include="System.Windows.Forms" />
  45.   </ItemGroup>
  46.   <ItemGroup>
  47.     <Import Include="Microsoft.VisualBasic" />
  48.     <Import Include="System" />
  49.     <Import Include="System.Collections" />
  50.     <Import Include="System.Drawing" />
  51.     <Import Include="System.Diagnostics" />
  52.     <Import Include="System.Windows.Forms" />
  53.   </ItemGroup>
  54.   <ItemGroup>
  55.     <Compile Include="EditWaypointForm.Designer.vb">
  56.       <DependentUpon>EditWaypointForm.vb</DependentUpon>
  57.     </Compile>
  58.     <Compile Include="EditWaypointForm.vb">
  59.       <SubType>Form</SubType>
  60.     </Compile>
  61.     <Compile Include="MainForm.Designer.vb">
  62.       <DependentUpon>MainForm.vb</DependentUpon>
  63.     </Compile>
  64.     <Compile Include="MainForm.vb">
  65.       <SubType>Form</SubType>
  66.     </Compile>
  67.     <Compile Include="My Project\AssemblyInfo.vb">
  68.       <SubType>Code</SubType>
  69.     </Compile>
  70.     <Compile Include="My Project\MyApplication.vb">
  71.       <AutoGen>True</AutoGen>
  72.       <DependentUpon>MyApplication.myapp</DependentUpon>
  73.       <SubType>Code</SubType>
  74.     </Compile>
  75.     <Compile Include="My Project\MyResources.vb">
  76.       <AutoGen>True</AutoGen>
  77.       <DesignTime>True</DesignTime>
  78.       <DependentUpon>MyResources.resx</DependentUpon>
  79.       <SubType>Code</SubType>
  80.     </Compile>
  81.     <Compile Include="My Project\MySettings.vb">
  82.       <AutoGen>True</AutoGen>
  83.       <DependentUpon>MySettings.settings</DependentUpon>
  84.       <SubType>Code</SubType>
  85.     </Compile>
  86.     <Compile Include="My Project\MyEvents.vb">
  87.       <SubType>Code</SubType>
  88.     </Compile>
  89.     <Compile Include="NewWaypointForm.Designer.vb">
  90.       <DependentUpon>NewWaypointForm.vb</DependentUpon>
  91.     </Compile>
  92.     <Compile Include="NewWaypointForm.vb">
  93.       <SubType>Form</SubType>
  94.     </Compile>
  95.   </ItemGroup>
  96.   <ItemGroup>
  97.     <EmbeddedResource Include="EditWaypointForm.resx">
  98.       <DependentUpon>EditWaypointForm.vb</DependentUpon>
  99.     </EmbeddedResource>
  100.     <EmbeddedResource Include="MainForm.resx">
  101.       <DependentUpon>MainForm.vb</DependentUpon>
  102.     </EmbeddedResource>
  103.     <EmbeddedResource Include="My Project\MyResources.resx">
  104.       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  105.       <LastGenOutput>MyResources.vb</LastGenOutput>
  106.       <CustomToolNamespace>My.Resources</CustomToolNamespace>
  107.     </EmbeddedResource>
  108.     <EmbeddedResource Include="NewWaypointForm.resx">
  109.       <DependentUpon>NewWaypointForm.vb</DependentUpon>
  110.     </EmbeddedResource>
  111.   </ItemGroup>
  112.   <ItemGroup>
  113.     <None Include="app.config" />
  114.     <None Include="My Project\MyApplication.myapp">
  115.       <Generator>MyApplicationCodeGenerator</Generator>
  116.       <LastGenOutput>MyApplication.vb</LastGenOutput>
  117.     </None>
  118.     <None Include="My Project\MySettings.settings">
  119.       <Generator>SettingsSingleFileGenerator</Generator>
  120.       <LastGenOutput>MySettings.vb</LastGenOutput>
  121.     </None>
  122.   </ItemGroup>
  123.   <ItemGroup>
  124.     <AppDesigner Include="My Project\" />
  125.   </ItemGroup>
  126.   <ItemGroup>
  127.     <Content Include="GPS.NET.ico" />
  128.   </ItemGroup>
  129.   <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.Targets" />
  130.   <PropertyGroup>
  131.     <PreBuildEvent>
  132.     </PreBuildEvent>
  133.     <PostBuildEvent>
  134.     </PostBuildEvent>
  135.   </PropertyGroup>
  136. </Project>